home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-13 / ed_it_33.zip / ED_IT!.DOC < prev   
Text File  |  1992-02-23  |  8KB  |  177 lines

  1.  
  2.                               Ed_it! v3.3
  3.  
  4.                A User Friendly, MultiWindow ASCII Editor
  5.                 Copyright (C) 1991,1992 by Ed Derzawiec
  6.  
  7.  
  8.      I wrote Ed_it! to fill a need as a very simple to use editor with 
  9.      powerful multiwindowing features that everyone could use.  Hopefully, 
  10.      reading this file will be unnecessary.  The use of Ed_it! is meant 
  11.      to be obvious!  However, feel free to read as much as you like.
  12.  
  13.      Ed_it! v3.3 is Public Domain.  I ask for no license fees from anyone. 
  14.      I retain copyright to the source code.  You may not disassemble or
  15.      use the code without my consent.  And you may not charge anyone for 
  16.      its use.
  17.  
  18.      The screen display consists of 1 to 16 file windows, and a command 
  19.      bar at the bottom.  Each file window has a status bar at the top that 
  20.      contains the file's name on the left.  On the right, are the current 
  21.      page row and column, followed by indicators for Insert/Overstrike, 
  22.      indent (right arrow) and word wrap (left arrow).
  23.  
  24.         Insert/Overstrike is toggled with the insert key and determines 
  25.         whether typed text replaces or pushes out current file text.
  26.  
  27.         Indent, if enabled, will cause all new lines to have the same left 
  28.         margin as the one above.
  29.  
  30.         Word Wrap, if enabled will cause text to wrap when the right margin
  31.         (75 characters is the default) is exceeded.        
  32.  
  33.      Program Switches:
  34.         The behavior of Ed_It! can be modified with command line switches, 
  35.         If you forget what they are, simply type "Ed_it! /?" at the DOS 
  36.         prompt for a list.  Currently supported switches include:
  37.  
  38.             /B overrides display autodetect and forces B&w mode.
  39.             /N results in backups Not being created.
  40.             /S uses a Small file mode (32Kbytes each), 16 Max Files w/640K.
  41.             /Z Files will be Stored as CntlZ terminated.
  42.  
  43.  
  44.      The Command Line:
  45.         The bottom line of the screen shows the function of the F1-F10 
  46.         keys.  Pressing Shift, Alt, and Ctrl changes these functions and 
  47.         the command line as well.  The keys are grouped by function type 
  48.         and hopefully should be obvious in what they accomplish.  
  49.         Following is a complete description.
  50.         
  51.                    (For clarity, s- stands for Shift
  52.                                  a-        for Alt
  53.                                  c-        for Ctrl)
  54.  
  55.           F1 MARK   Marks text blocks for Copying, Moving, Cutting and 
  56.                     Copying to a file.  Text must be marked prior to these 
  57.                     operations.  To mark text, press F1, use the cursor 
  58.                     keys to highlight the appropriate area, and press F1 
  59.                     again.  (FIND can also be used)  Block operations will
  60.                     work between windows.
  61.  
  62.         s-F1 UnMk   Unmarks a text block.
  63.  
  64.           F2 NEXT   Switches the active cursor to the next file window.
  65.  
  66.         s-F2 PREV   Switches the active cursor to the previous file window.
  67.  
  68.         c-F2 SIZE   Allows you to resize the number of rows in the current 
  69.                     window.
  70.  
  71.         a-F2 ZOOM   Makes the current window full screen, or restores its 
  72.                     previous size.
  73.  
  74.           F3 OPEN   Opens a new window with the file you specify.
  75.  
  76.         s-F3 CLOSE  Closes the current window (you will be prompted to save).
  77.  
  78.         c-F3 SPLIT  Splits the current file window in two so you can work 
  79.                     on the same file in two windows if you wish.
  80.  
  81.           F4 FIND   Moves the cursor to the text you specify.
  82.  
  83.         s-F4 REPLACE Will replace any found text with a string you specify. 
  84.                     There are options to replace a particular or all
  85.                     occurances of a string.
  86.  
  87.         c-F4 WRAP   Toggles the word wrap state on and off.  When you turn
  88.                     Wrapping ON, you will be prompted for a right margin.
  89.  
  90.         a-F4 INDENT Toggles the indent state on and off.
  91.  
  92.           F5 CUT    Deletes marked text and places it in a buffer for 
  93.                     paste operations.
  94.  
  95.         s-F5 PASTE  Places any text in the cut buffer at the current 
  96.                     cursor location.
  97.  
  98.         c-F5 DelLn  Deletes the Current Line.  The Deletted Line does not
  99.                     Go in the Cut Buffer.
  100.  
  101.  
  102.           F6 LOAD   Loads a specified file into the current window.  The 
  103.                     current contents will be replaced WITHOUT PROMPTING.
  104.  
  105.         c-F6 mREC   Macro RECord.  Records keystrokes to be later replayed 
  106.                     with mPLAY.  To record a macro, press Cntl-F6, then the
  107.                     keystrokes you want recorded.  The cursor changes to a 
  108.                     rectangle to indicate recording is on.  Press Cntl-F6 
  109.                     again to stop recording.  Recording can take place 
  110.                     between windows.
  111.  
  112.         c-F6 mPLAY  Macro PLAY.  Plays keystrokes recorded with mREC.
  113.  
  114.           F7 MOVE   Moves marked text to the current cursor location 
  115.                     (i.e. CUT+PASTE, but the block remains marked).
  116.  
  117.           F8 COPY   Copies marked text to the current cursor location.
  118.  
  119.         c-F8 CopyTo Copies marked text to a specified file.
  120.  
  121.         a-F8 CopyFm Inserts a specified file at the current cursor position.
  122.  
  123.           F9 ABORT  Exits the editor without saving any changes.
  124.  
  125.           F10 EXIT  Saves the file in the current window and exits.  (NOT 
  126.                     ALL files being edited.  Each must be saved individually!)
  127.  
  128.         s-F10 SAVE  Saves the current file and allows you to continue editing.
  129.  
  130.         c-F10 SaveAs Saves the file with a name you specify.
  131.  
  132.  
  133.      SPECIAL Keys:
  134.         The following keys function as you might expect in an editor.
  135.  
  136.           Delete    Deletes the character at the cursor.
  137.           Backspace Deletes the character to the left of the cursor.
  138.           Home      Goes to the beginning of a line, top of the screen
  139.                     window, or top of file.
  140.           End       Goes to the end of a line, end of the screen window, 
  141.                     or end of the file.
  142.           PageUp    Scrolls the screen up.
  143.           PageDown  Scrolls the screen down.
  144.           Up, Down  Moves the Cursor between rows.
  145.           Right, Left  Moves the Cursor left or right.  Hold down Cntl for 
  146.                     faster cursor movement.
  147.  
  148.           ASCII control keys can be inserted into text just as any other 
  149.           character.  For instance, to insert a page break, type cntl-L.
  150.           You can also use the ALT-Keypad combination to insert any 
  151.           extended ASCII key (Such as graphics characters).
  152.  
  153.  
  154.      Program Limitations:
  155.         Maximum file sizes are 64K (32K with /s switch).
  156.         Macros are limited to approximately 250 keystrokes.
  157.         Editing a line beyond 255 characters is not supported.
  158.         Control-Z terminated files (created with some programs) loose the
  159.           control-Z terminator when loaded into Ed_It!  The /Z switch 
  160.           causes files to be saved in control-Z format.
  161.  
  162.      There are no known bugs in Ed_it! as of this writing.  And, as with 
  163.      most software you may own, I assume no liability for any unintended 
  164.      damages you may incur through its use.
  165.  
  166.      I welcome your comments on the usefullness of Ed_It!, or any changes 
  167.      you would like to see in future versions.
  168.  
  169.                 Ed Derzawiec
  170.                 6 Sweet Fern Rd
  171.                 Cape Elizabeth, ME  04107
  172.  
  173.      I also dial in frequently to Maine's Largest BBS, Northern Lights.
  174.      (207-761-4782, 8-1-N)
  175.  uently to Maine's Largest BBS, Northern Lights.
  176.      (207-761-4782, 8-1-N)
  177.